-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support --s3-endpoint-url
argument to cloudformation package
#4727
Comments
Marking this as a feature request. If you'd like to see this feature please thumbs up the opening comment so this request can be appropriately prioritized. |
Thanks @joguSD , looks like we currently already have a significant number of thumbs ups (41 at this point). What is the threshold for getting this issue prioritized in one of the upcoming releases? In general, this is currently blocking a fairly large user base of LocalStack users from upgrading their AWS CLI to the latest version. Would be great to see this getting picked up. There's already an open pull request for this issue - perhaps we can take this as a starting point? #3309 Thanks a lot! |
Hi everyone, Thank you for your patience, and I apologize that it's taken so long to get this reviewed. We're making some changes to our community contribution process to provide more transparency and make community contributions successful. The PR linked to this issue should be reviewed within the next couple weeks as we work through all open pull requests to see where they fall in our newly proposed contribution process. You can read more about the changes to the contribution process here. |
Hi all - thanks again for your patience. Per this recent announcement you can now specify the endpoint to use for all service requests through the shared configuration file and environment variables, as well as specify the endpoint URL for individual AWS services. To start using this feature, install the AWS CLI >=1.29.0 or >=2.13.0. To read more about this feature, see the documentation page "Service-specific Endpoints" in the AWS SDKs and Tools Reference Guide: https://docs.aws.amazon.com/sdkref/latest/guide/feature-ss-endpoints.html |
|
I would like to deploy a SAM application to localstack.
I execute the command
but get
because it requests real S3 instead of using the local one.
I need an additional option like
--s3-endpoint-url
to solve this issue.There is #3309 PR, but it was not checked for a year.
See also localstack/localstack#1783
The text was updated successfully, but these errors were encountered: