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
this may break some users because the S3CMD_CONFIG environment variable
is now used to place and use the s3cmd config file from
${process.env.RUNNER_TEMP}/s3cmd.conf. Users that read this file
directly in their workflow need to adjust the path they are using.
Signed-off-by: Nico Braun <[email protected]>
The region only matters when creating a new bucket with `mb`. In that case a different region apart from the default region can be provided ad hoc.
69
+
The region only matters when creating a new bucket with `mb`. In that
70
+
case a different region apart from the default region can be provided ad
71
+
hoc.
66
72
67
73
```console
68
74
s3cmd mb --region ap-south-1 s3://my-bucket
69
75
```
70
76
71
-
For linode object storage this wont work though. The region must always be set to US. If you want to change the region on the fly you can still do ith with the below command.
77
+
For linode object storage this wont work though. The region must always
78
+
be set to US. If you want to change the region on the fly you can still
0 commit comments