You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
When the buckets() function is called in the start handler (here) to create the resources for s3rver, it just returns the string myBucket as the bucket name, which obviously in this case it is not.
Can we get some additional logic to check for bucket configurations at this.service.provider.s3[key] before just defaulting to the identifier?
The text was updated successfully, but these errors were encountered:
For additional reproduction info, you can set up your serverless yml as above and run aws --endpoint http://localhost:8001 --profile <your_local_profile> s3api list-buckets and get the response
I have a serverless configuration that uses the v3 custom bucket configuration for s3 events shown here.
When the
buckets()
function is called in the start handler (here) to create the resources for s3rver, it just returns the stringmyBucket
as the bucket name, which obviously in this case it is not.Can we get some additional logic to check for bucket configurations at
this.service.provider.s3[key]
before just defaulting to the identifier?The text was updated successfully, but these errors were encountered: