I am using transfer acceleration to Amazon S3. Where do I specify my s3-accelerate.amazonaws.com url? Transfers seem to be much slower with Transfer acceleration enabled.
Hi Erik,
You don’t need to set s3-accelerate.amazonaws.com
—the AWS SDK auto-uses it when Transfer Acceleration is enabled on the bucket (and in the destination).
SQLBackupAndFTP use the official AWS SDK. With Transfer Acceleration enabled, the SDK automatically uses the accelerated endpoint—no need to manually specify s3-accelerate.amazonaws.com
.