A company needs to quickly and securely move files over long distances between its client and an Amazon S3 bucket.
Which S3 feature will meet this requirement?
S3 Versioning
S3 Transfer Acceleration
S3ACLs
S3 Intelligent-Tiering
Explanations:
S3 Versioning is used for keeping multiple versions of an object in the same bucket, not for transferring files.
S3 Transfer Acceleration uses Amazon CloudFront’s globally distributed edge locations to speed up file transfers to S3 over long distances.
S3 ACLs (Access Control Lists) are used to define permissions for accessing objects in a bucket, not for file transfer speed.
S3 Intelligent-Tiering automatically moves objects between storage classes based on access patterns, not related to transferring files over distances.