2019-01-01から1ヶ月間の記事一覧
architecture template filetype:docxで検索。
動機 パイプラインIDはパイプラインを再作成(削除して作成)すると変わるので、パイプライン名から動的に取得したい。
現象 Write-S3ObjectでThe bucket you are attempting to access must be addressed using the specified endpoint.のエラーが発生する。 > Write-S3Object -BucketName test_bucket -File test_file.txt -Key test_file.txt -ProfileName profile Write-S3O…