Edit XML file in amazon s3

Discussion in 'Web Development' started by davidkusso, Jun 11, 2009.

  1. davidkusso

    davidkusso New Member

    Joined:
    Jun 11, 2009
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hai all

    I am an Amazon aws user. Currently I am uploading and downloading files to an fro Amazon s3 using C# (using threesharp ).
    I need to edit an XML file in one of my buckets without downloading the same (Because I need to add data to this XML file from different machines simultaneously).

    Is it possible to edit the XML file without downloading?


    Thanks
    David
     
  2. pradeep

    pradeep Team Leader

    Joined:
    Apr 4, 2005
    Messages:
    1,645
    Likes Received:
    87
    Trophy Points:
    0
    Occupation:
    Programmer
    Location:
    Kolkata, India
    Home Page:
    http://blog.pradeep.net.in
    No it's not possible to edit any file on Amazon S3 without downloading it. It's a storage space like your harddisk, where you usually have to fetch the file into memory for editing.
     
  3. nisam

    nisam New Member

    Joined:
    May 25, 2011
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0


    Load this XML using DOM document.Edit using php.Save it your ftp.then upload the xml file to your amazon s3
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice