logo
  • 教程列表
  • SO官方文档
  • 开始使用 aws-cli
    • 安装和设置
    • 创建新的配置文件
    • 列出 S3 存储桶
    • 使用 Bash 为 Ubuntu 进行 AWS 完成
    • 使用 aws cli 命令
    • AWS CLI 备忘单 - 所有 CLI 命令列表
  1. StackOverflow 文档
  2. aws-cli 教程
  3. 开始使用 aws-cli
  4. 列出 S3 存储桶

列出 S3 存储桶

Created: November-22, 2018

aws s3 ls

使用命名的配置文件

aws --profile myprofile s3 ls

列出存储桶中的所有对象,包括文件夹中的对象,其大小为人类可读的格式,最后是存储桶属性的摘要 -

aws s3 ls --recursive --summarize --human-readable s3://<bucket_name>/
  • 使用 Bash 为 Ubuntu 进行 AWS 完成
  • 创建新的配置文件

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明