๐ฉโ๐ป Documentation Request: Upload, download files to object storage using node and python
Closed this issue ยท 1 comments
INF800 commented
Summary
In the docs, I see only GUI approach to upload and download files. How do I do it with python / node / GET / POST requests.
- https://www.scaleway.com/en/docs/storage/object/how-to/upload-files-into-a-bucket/
- https://www.scaleway.com/en/docs/storage/object/how-to/download-files-from-a-bucket/
- https://www.scaleway.com/en/docs/storage/object/how-to/access-objects-via-https/
Why is it needed?
For integrating with apps.
Want to write this documentation yourself?
Yes
Related PR(s)
No response
(Optional) Scaleway Organization ID
No response
Email address
No response
SamyOubouaziz commented
Hello @INF800, thank you for your feedback. Scaleway Object Storage relies on the S3 protocol, you can therefore use the most popular Python and Node SDKs such as Boto3 and the AWS SDK for Node. In addition, you can also refer to our dedicated documentation on the AWS CLI or the MinIO client if you need CLI tools to manage your Scaleway Object Storage.
We will take your feedback into account for upcoming documentation on the different tools for object storage.
Hope this helps!
Best,
Samy