MATLAB から Amazon S3 上にあるファイルにアクセスできないのはなぜですか?
Show older comments
MATLAB から Amazon S3 バケットにアクセスして、S3 上にあるファイルのデータを取得するために、tabularTextDatastore や readtable 関数を実行すると、エラーが発生します。
>> setenv('AWS_ACCESS_KEY_ID', '******');
>> setenv('AWS_SECRET_ACCESS_KEY', '******');
>> ds = tabularTextDatastore('s3://<bucket_name>/myfile.csv')
エラー: tabularTextDatastore (line 147)
一致するファイルまたはフォルダーが見つかりません:
's3://<bucket_name>/myfile.csv'。
system や dos コマンドで、AWS コマンドラインインターフェイス(AWS-CLI)を使用して、ファイルにアクセスはできます。何が原因か教えてください。
Accepted Answer
More Answers (0)
Categories
Find more on インストールとライセンスの紹介 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!