Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I need to refirect on another object on S3 when noSuchKeyError (object not found).
How can I do this?
Thanks
You have provided very little information so I don't know if this advise is useful or not. However, if you configure your S3 bucket for website hosting, it is possible to define custom error pages that map to particular HTTP error codes, as explained here.
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 days ago.
Improve this question
I don't have any rules, I didn't set this restriction, but when I send a file via API - I have a restriction for some reason. I'm attaching a screenshot of the error.
I will be very grateful if you can help. Thanks
I re-created the bucket but it was the same, I deleted all the rules, also I tried setting 1 limit to 1gb but it didn't work.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed yesterday.
Improve this question
I saw this thread about using multiple images in the gmail annotations but never found any documentation on how to accomplish it. I was hoping the google team in charge of this feature could shed some light on how to code this in JSON-LD and point me to documentation on it if it exists!
example screenshot of a promo email that shows multiple images
It is called Product Carousel annotation. More here https://developers.google.com/gmail/promotab/overview#product-carousel
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
I am using HDFS to store the data files. Want to know is there a way to use Azure storage to be used in the place of HDFS? If so how.
I am using Spark and Python.
Post an answer to end this question. As #Joel Cochran comments, you can use Azure Data Lake Gen2 which is fully HDFS compatible. You can refer to https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction to start it.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
When using the Cloud Run, what is the most secure way to deploy secret such as API keys? Should I dump them in a file in my project or should I set them up as environment variables in Cloud Run?
Neither in the container nor in the environment variable. Choose Secret Manager for this.
If you don't want to change your code, I wrote a wrapper (and an article) to do this
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
Here I want to retrieve all the resources for a specific project or for the account using an java call (API call) (eg-buckets, storage resources etc)
There is no API call that will give you a list of all resources in a project as the different products use different API endpoints. You can however use the Cloud Asset Inventory to export all asset metadata at a certain point in time into a GCS file.