- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 09-21-2021 08:31 AM
(1013 views)
I am trying to upload a file with SAS Enterprise Guide version 7.15 HF9 to an AWS S3 bucket using the S3 procedure (PROC S3). To access the bucket, I need to use an Amazon S3 interface endpoint.
While using the AWS CLI, I would pass the endpoint URL using the --endpoint-url parameter, much like you would use --region to specify the AWS region. However, based on the SAS documentation, while PROC S3 has an argument for region (REGION), it does not have an argument for endpoint-url.
Is there any way that I can use Amazon S3 interface endpoints with SAS?