I created a bucket/space programmatically using @aws-sdk/client-s3
. Though I got an error that says bucket already exists but it doesn’t show in the spaces page on the control panel.
What am I missing?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
Usually, this might happen, if you’ve created the bucket using a team API key so the bucket was created under a team account using, however, you’ve logged into your personal account via the UI.
If this is not the case, would you mind sharing the code snippet that you are using to create the bucket?
Best,
Bobby