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
first connection is connected i can ls/upload/download
after a while, more like an hour or so
when im trying to reconnect, im getting :
on aws-cli An error occurred (InvalidAccessKeyId) when calling the ListObjectsV2 operation: The access key ID you provided does not exist in our records.
on S3 Browser
Edit :
first s3 is only running using
"Read:testing",
"Write:testing"
then im trying to add another buckets
by adding
"Read:testing2",
"Write:testing2"
using weed shell
s3.configure -name -actions -buckets -apply
Update :
the InvalidAccessKeyId is because im rebooting the server using reboot
then when im using weed shell > s3.configure -apply
it's working again
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i'm learning by doing an experiment about s3.configure
on the "Actions" i'm set 2 buckets at the same time
for example
first connection is connected i can ls/upload/download
after a while, more like an hour or so

when im trying to reconnect, im getting :
on aws-cli
An error occurred (InvalidAccessKeyId) when calling the ListObjectsV2 operation: The access key ID you provided does not exist in our records.
on S3 Browser
Edit :
first s3 is only running using
then im trying to add another buckets
by adding
using weed shell
Update :
the InvalidAccessKeyId is because im rebooting the server using
reboot
then when im using
weed shell > s3.configure -apply
it's working again
is this normal?
Beta Was this translation helpful? Give feedback.
All reactions