Giter Site home page Giter Site logo

Comments (2)

blitline-dev avatar blitline-dev commented on July 4, 2024

Yes. You should be able to use an azure_destination
http://docs.blitline.com/articles/azure_destination.html instead of an
s3_destination.

for example:

{
"application_id": "YOUR_APP_ID",
"src": "http://cdn.blitline.com/filters/boys.jpeg",
"pre_process": {
"move_original": {
"azure_destination": {
"account_name": "YOUR_AZURE_APP",
"shared_access_signature": "http://.
blob.core.windows.net/sample/image.jpg?sr=b&sv=2012-02-12&st=2013-04-12T03%3A18%3A30Z&se=2013-04-12T04%3A18%3A30Z&sp=w&sig=Bte2hkkbwTT2sqlkkKLop2asByrE0sIfeesOwj7jNA5o%3D
"
}
}
},
"functions": [
{
"name": "resize_to_fit",
"params": {
"width": 100
},
"save": {
"image_identifier": "MY_CLIENT_ID"
}
}
]
}

Blitline Support
Sent with Airmail

On September 1, 2016 at 5:36:11 AM, nabog ([email protected]) wrote:

Hi,

There appears to be a way to move the original to an Amazon S3 container
http://www.blitline.com/docs/beta via the beta pre-process feature.

From the example:

{
"application_id":"YOUR_APP_ID",
"src":"http://cdn.blitline.com/filters/boys.jpeg",
"pre_process":{
"move_original":{
"s3_destination":{
"bucket":"bltemp",
"key":"grumpy_squirrel/moved_original_foo23.png"
}
}
},
"functions":[
{
"name":"resize_to_fit",
"params":{
"width":100
},
"save":{
"image_identifier":"MY_CLIENT_ID"
}
}
]
}

Is there a way to specify a Microsoft Azure blob container instead?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#7, or mute the thread
https://github.com/notifications/unsubscribe-auth/ABMZL9SHZfwZSulOFqayYp77WMM5-BFrks5qlsa6gaJpZM4Jyo9z
.

from blitline_node.

NoelAbrahams avatar NoelAbrahams commented on July 4, 2024

That's great to know, thanks!

from blitline_node.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.