mz_rusoto_datasync 0.46.0

AWS SDK for Rust - AWS DataSync @ 2018-11-09
Documentation
Build #2448131 2025-08-27 04:30:36
# rustc version
rustc 1.91.0-nightly (160e7623e 2025-08-26)# docs.rs version
docsrs 0.6.0 (8bbaf878 2025-08-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/mz_rusoto_datasync-0.46.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/mz_rusoto_datasync-0.46.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250826-1.91.0-nightly-160e7623e\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 21d6b4f7aed8bb8e12e701f241a8f54d032063a75bc4b6dff871ead00b8e35ac
[INFO] running `Command { std: "docker" "start" "-a" "21d6b4f7aed8bb8e12e701f241a8f54d032063a75bc4b6dff871ead00b8e35ac", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting mz_rusoto_datasync v0.46.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unclosed HTML tag `em`
[INFO] [stderr]    --> src/generated.rs:922:217
[INFO] [stderr]     |
[INFO] [stderr] 922 | ...tions</a> operation is called.</p> <p>Format: <code>TYPE://GLOBAL<em>ID/SUBDIR</code>.</p> <p>TYPE designates the type of location. Va...
[INFO] [stderr]     |                                                                     ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr] help: try marking as source code
[INFO] [stderr]     |
[INFO] [stderr] 922 |     /// <p><p>Represents a list of URLs of a location. <code>LocationUri</code> returns an array that contains a list of locations when the <a>ListLocations</a> operation is called.</p> <p>Format: <code>TYPE://`GLOBAL<em>`ID/SUBDIR</code>.</p> <p>TYPE designates the type of location. Valid values: NFS | EFS | S3.</p> <p>GLOBAL</em>ID is the globally unique identifier of the resource that backs the location. An example for EFS is <code>us-east-2.fs-abcd1234</code>. An example for Amazon S3 is the bucket name, such as <code>myBucket</code>. An example for NFS is a valid IPv4 address or a host name compliant with Domain Name Service (DNS).</p> <p>SUBDIR is a valid file system path, delimited by forward slashes as is the *nix convention. For NFS and Amazon EFS, it&#39;s the export path to mount the location. For Amazon S3, it&#39;s the prefix path that you mount to and treat as the root of the location.</p> <p/></p>
[INFO] [stderr]     |                                                                                                                                                                                                                   +          +
[INFO] [stderr] 
[INFO] [stderr] warning: unopened HTML tag `em`
[INFO] [stderr]    --> src/generated.rs:922:327
[INFO] [stderr]     |
[INFO] [stderr] 922 | ...he type of location. Valid values: NFS | EFS | S3.</p> <p>GLOBAL</em>ID is the globally unique identifier of the resource that backs t...
[INFO] [stderr]     |                                                                    ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: invalid self-closing HTML tag `p`
[INFO] [stderr]    --> src/generated.rs:922:916
[INFO] [stderr]     |
[INFO] [stderr] 922 | ...path that you mount to and treat as the root of the location.</p> <p/></p>
[INFO] [stderr]     |                                                                      ^^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `em`
[INFO] [stderr]    --> src/generated.rs:948:168
[INFO] [stderr]     |
[INFO] [stderr] 948 | ...le was read or written to). If you set <code>Atime</code> to BEST<em>EFFORT, DataSync attempts to preserve the original <code>Atime</c...
[INFO] [stderr]     |                                                                     ^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr]     |
[INFO] [stderr] 948 |     /// <p><p>A file metadata value that shows the last time a file was accessed (that is, when the file was read or written to). If you set <code>Atime</code> to `BEST<em>`EFFORT, DataSync attempts to preserve the original <code>Atime</code> attribute on all source files (that is, the version before the PREPARING phase). However, <code>Atime</code>&#39;s behavior is not fully standard across platforms, so AWS DataSync can only do this on a best-effort basis. </p> <p>Default value: BEST</em>EFFORT.</p> <p>BEST<em>EFFORT: Attempt to preserve the per-file <code>Atime</code> value (recommended).</p> <p>NONE: Ignore <code>Atime</code>.</p> <note> <p>If <code>Atime</code> is set to BEST</em>EFFORT, <code>Mtime</code> must be set to PRESERVE. </p> <p>If <code>Atime</code> is set to NONE, <code>Mtime</code> must also be NONE. </p> </note></p>
[INFO] [stderr]     |                                                                                                                                                                    +        +
[INFO] [stderr] 
[INFO] [stderr] warning: unopened HTML tag `em`
[INFO] [stderr]    --> src/generated.rs:948:490
[INFO] [stderr]     |
[INFO] [stderr] 948 | ...only do this on a best-effort basis. </p> <p>Default value: BEST</em>EFFORT.</p> <p>BEST<em>EFFORT: Attempt to preserve the per-file <...
[INFO] [stderr]     |                                                                    ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `em`
[INFO] [stderr]    --> src/generated.rs:948:514
[INFO] [stderr]     |
[INFO] [stderr] 948 | ...effort basis. </p> <p>Default value: BEST</em>EFFORT.</p> <p>BEST<em>EFFORT: Attempt to preserve the per-file <code>Atime</code> value...
[INFO] [stderr]     |                                                                     ^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr]     |
[INFO] [stderr] 948 |     /// <p><p>A file metadata value that shows the last time a file was accessed (that is, when the file was read or written to). If you set <code>Atime</code> to BEST<em>EFFORT, DataSync attempts to preserve the original <code>Atime</code> attribute on all source files (that is, the version before the PREPARING phase). However, <code>Atime</code>&#39;s behavior is not fully standard across platforms, so AWS DataSync can only do this on a best-effort basis. </p> <p>Default value: BEST</em>EFFORT.</p> <p>`BEST<em>`EFFORT: Attempt to preserve the per-file <code>Atime</code> value (recommended).</p> <p>NONE: Ignore <code>Atime</code>.</p> <note> <p>If <code>Atime</code> is set to BEST</em>EFFORT, <code>Mtime</code> must be set to PRESERVE. </p> <p>If <code>Atime</code> is set to NONE, <code>Mtime</code> must also be NONE. </p> </note></p>
[INFO] [stderr]     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              +        +
[INFO] [stderr] 
[INFO] [stderr] warning: unopened HTML tag `em`
[INFO] [stderr]    --> src/generated.rs:948:689
[INFO] [stderr]     |
[INFO] [stderr] 948 | ...Atime</code>.</p> <note> <p>If <code>Atime</code> is set to BEST</em>EFFORT, <code>Mtime</code> must be set to PRESERVE. </p> <p>If <c...
[INFO] [stderr]     |                                                                    ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: invalid self-closing HTML tag `p`
[INFO] [stderr]     --> src/generated.rs:2299:5
[INFO] [stderr]      |
[INFO] [stderr] 2299 |     /// <p><p>Activates an AWS DataSync age...ures minimal interruption to your tasks.</p> <p/></p>
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: invalid self-closing HTML tag `p`
[INFO] [stderr]     --> src/generated.rs:2525:5
[INFO] [stderr]      |
[INFO] [stderr] 2525 |     /// <p><p>Activates an AWS DataSync age...ures minimal interruption to your tasks.</p> <p/></p>
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `mz_rusoto_datasync` (lib doc) generated 9 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/rusoto_datasync/index.html
[INFO] running `Command { std: "docker" "inspect" "21d6b4f7aed8bb8e12e701f241a8f54d032063a75bc4b6dff871ead00b8e35ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21d6b4f7aed8bb8e12e701f241a8f54d032063a75bc4b6dff871ead00b8e35ac", kill_on_drop: false }`
[INFO] [stdout] 21d6b4f7aed8bb8e12e701f241a8f54d032063a75bc4b6dff871ead00b8e35ac