MATLAB から Amazon S3 上にあるファイルにアクセスできないのはなぜですか?
Afficher commentaires plus anciens
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)を使用して、ファイルにアクセスはできます。何が原因か教えてください。
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur MATLAB 入門 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!