Versions Compared

Key

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

...

  • s3cmd 

    Warning

    It works only for private buckets

    Code Block
    s3cmd ls s3://seviri.meteosat-10.level-15.native/testcampaign/

    Run the following command with your 'bucket_name' after configuring the remote to use (s3cmd --configure and follow the interactive configuration for a new remote)

    Code Block
    s3cmd ls s3://bucket_name/



  • rclone (works for public and private buckets after configuration)

    Code Block
    rclone ls s3://seviri.meteosat-10.level-15.native/testcampaign/

     after Run the following command with your 'bucket_name' after configuring a remote s3 with the endpoint (rclone configure and follow the interactive configuration for a new remote)

    Code Block
    rclone ls s3://bucket_name/


  • awscli

    Run the following command after configuring the remote for a private bucket ():

    Code Block
    aws s3 ls --endpoint-url https://s3.waw3-1.cloudferro.coms3_endpoint_url s3://seviri.meteosat-10.level-15.native/testcampaign/bucket_name/

    Run the following command for a public bucket:

    Code Block
    aws s3 ls --endpoint-url https://s3.waw3-1.cloudferro.com s3_endpoint_url s3://seviri.meteosat-10.level-15.native/testcampaign/ --no-sign-request