Report this

What is the reason for this report?

Uploading to Spaces via s3cmd without configuration

Posted on March 14, 2021

I am working on a custom docker image to automize the backup process, once the task is done it creates a tar file.

Since it runs in a docker image, I would like to pass configuration on the “put” command instead of running s3cmd --configure.

Probably I am missing something, the command below gives ([SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)) error

s3cmd put var/dbBackup/backup.tar.bz2 s3://bucket_name --host=nyc3.digitaloceanspaces.com --access_key=xxx --secret_key=yyy

Thanks.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.