Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • awscli

    Run the following command after configuring the remote for a private bucket (aws configure  and follow the interactive configuration for a new remote):

    Code Block
    aws s3 ls --endpoint-url s3_endpoint_url s3://bucket_name/

    Run the following command for a public bucket:

    Code Block
    aws s3 ls --endpoint-url  s3_endpoint_url s3://seviri.meteosat-10.level-15.native/testcampaignbucket_name/ --no-sign-request